- WasmGetWindowSize
ubyte* WasmGetWindowSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WasmSetWindowSize
void WasmSetWindowSize(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getWindowSize
int[2] getWindowSize(void* WindowHandle, string[] errors)
- openWindow
void openWindow(int width, int height, void* WindowHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowSize
void setWindowSize(int width, int height, void* WindowHandle, string[] errors)
Undocumented in source. Be warned that the author may not have intended to support it.